home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / bbs / FList_211.lha / FList / Configs / FList.Cfg < prev    next >
Text File  |  1996-12-19  |  18KB  |  523 lines

  1.  
  2.     Flist v2 Configuration File  -- ** PLEASE READ AT BOTTOM ** --
  3.     S.Gillibrand 1994/5/6 [Another Fine Digital Design Production]
  4.  
  5. @binpath
  6. BBS:Bin/
  7.  
  8. @cfgpath
  9. BBS:Configs/
  10.  
  11. @txtpath
  12. BBS:Text/
  13.  
  14. @usrpath
  15. BBS:Users/
  16.  
  17. @palettepath
  18. BBS:Extras/FListPalette/
  19.  
  20. @savedlpath
  21. BBS:Extras/FListSavedl/
  22.  
  23. @passwordpath
  24. BBS:Extras/FListPasswords/
  25.  
  26. @restrictflags
  27. OOOOOOOO
  28. #BBS:BBSUploads/#FILE:FilesForSysOp/#
  29.  
  30. @lameacc
  31. 200
  32.  
  33. @sysopfunctmove
  34. 200
  35.  
  36. @sysopfunctdel
  37. 200
  38.  
  39. @sysopfunctcopy
  40. 200
  41.  
  42. @sysopfunctextern
  43. 200
  44.  
  45. @sysopfunctdesc
  46. 200
  47.  
  48. @sysopfunctpath
  49. 200
  50.  
  51. @sysopfunctexe
  52. 200
  53.  
  54. @sysopfunctice
  55. 200
  56.  
  57. @sysopfunctnuke
  58. 200
  59.  
  60. @sysopfunctouch
  61. 255
  62.  
  63. @sysopfunctiprt
  64. 255
  65.  
  66. @taversion
  67. 1.2g6
  68.  
  69. @defwait
  70. 1
  71.  
  72. @tempath
  73. T:FList/
  74.  
  75. @fpmpath
  76. BBS:FPM/
  77.  
  78. @filecol
  79. 7
  80.  
  81. @sizecol
  82. 2
  83.  
  84. @datecol
  85. 3
  86.  
  87. @desccol
  88. 6
  89.  
  90. @mainbarcol
  91. 4
  92.  
  93. @maxclock
  94. ON
  95.  
  96. @scrlmethod
  97. 1
  98.  
  99. @precommexe
  100.  
  101.  
  102. @multiplug
  103. ON
  104.  
  105. @userhelp
  106. ON
  107.  
  108. @logging
  109. ON
  110.  
  111. @timestats
  112. OFF
  113.  
  114. @nukemail
  115. Mail:BBSLocal/Priv/
  116.  
  117. @helphim
  118. 4
  119.  
  120. @areacomm
  121. ON
  122.  
  123. @enlargemark
  124. OFF
  125.  
  126. @flistcache
  127. ON
  128.  
  129. @fpmcount
  130. OFF
  131.  
  132. @assignoutput
  133. [Mounted]
  134.  
  135. @monthnames
  136. JAN
  137. FEB
  138. MAR
  139. APR
  140. MAY
  141. JUN
  142. JUL
  143. AUG
  144. SEP
  145. OCT
  146. NOV
  147. DEC
  148.  
  149. @end
  150.  
  151.     Do Not Remove The Above @END Keyword!
  152.  
  153.     The Syntax Is Simple:
  154.  
  155.     Each "Variable Header" (i.e. @palettepath / @tempath ) must be followed
  156.     by a/some value(s):
  157.  
  158.     e.g.
  159.  
  160.     --><----------------------------------------------------------------------
  161.  
  162.     @tempath
  163.     T:
  164.  
  165.     --><----------------------------------------------------------------------
  166.  
  167.     Would set the Temporary Path To The T: Directory.
  168.  
  169.     What follows is a list of all the "Variable Headers" And How To Use Them;
  170.  
  171.     --------------------------------------------------------------------------
  172.     Variable   : @palettepath
  173.     Description: Full path to where the user palette preferences are stored.
  174.     Example    : BBS:extras/flistpalette/
  175.     --------------------------------------------------------------------------
  176.  
  177.     --------------------------------------------------------------------------
  178.     Variable   : @savedlpath
  179.     Description: Full path to where the user saved downloads are stored.
  180.     Example    : BBS:extras/flistsavedl/
  181.     --------------------------------------------------------------------------
  182.  
  183.     --------------------------------------------------------------------------
  184.     Variable   : @passwordpath
  185.     Description: Full path to where the user passwords are stored.
  186.     Example    : BBS:extras/flistpasswords/
  187.     --------------------------------------------------------------------------
  188.  
  189.     --------------------------------------------------------------------------
  190.     Variable   : @restrictflags
  191.     Description: Denies access to File Area Path if users flags meet
  192.                  the specified form.
  193.  
  194.     Example    : X-XXXXX-
  195.                  #File:Hold/#File:Dodgy/#File:SysOp/#
  196.  
  197.     Syntax     : First line holds the 8 character flag arrangement,
  198.                  Second line holds all paths to bar access to,
  199.                  each seperated by a `#', each ending in a '/' if
  200.                  required.
  201.     --------------------------------------------------------------------------
  202.  
  203.     --------------------------------------------------------------------------
  204.     Variable   : @restrictaccessflags
  205.     Description: Denies access to File Area Path if users flags & access meet
  206.                  the specified form.
  207.  
  208.     Example    : X-XXXXX-
  209.                  15
  210.                  #File:Hold/#File:Dodgy/#File:SysOp/#
  211.  
  212.     Syntax     : First line holds the 8 character flag arrangement,
  213.                  Second line holds the access level value,
  214.                  Third line holds all paths to bar access to,
  215.                  each seperated by a `#', each ending in a '/' if
  216.                  required.
  217.     --------------------------------------------------------------------------
  218.  
  219.     --------------------------------------------------------------------------
  220.     Variable   : @restrictaccess
  221.     Description: Denies access to File Area Path if users access level meets
  222.                  the specified form.
  223.  
  224.     Example    : 40
  225.                  #File:Hold/#File:Dodgy/#File:SysOp/#
  226.  
  227.     Syntax     : First line holds the access leve value,
  228.                  Second line holds all paths to bar access to,
  229.                  each seperated by a `#', each ending in a '/' if
  230.                  required.
  231.     --------------------------------------------------------------------------
  232.  
  233.     --------------------------------------------------------------------------
  234.     Variable   : @sysopfunctmove
  235.     Description: The access level required to move file(s) between areas.
  236.     Example    : 255
  237.     --------------------------------------------------------------------------
  238.  
  239.     --------------------------------------------------------------------------
  240.     Variable   : @sysopfunctdel
  241.     Description: The access level requird to delete file(s).
  242.     Example    : 255
  243.     --------------------------------------------------------------------------
  244.  
  245.     --------------------------------------------------------------------------
  246.     Variable   : @sysopfunctcopy
  247.     Description: The access level required to copy file(s) to an external dir.
  248.     Example    : 255
  249.     --------------------------------------------------------------------------
  250.  
  251.     --------------------------------------------------------------------------
  252.     Variable   : @sysopfunctxtern
  253.     Description: The access level required to access an external directory and
  254.                  maninpulate it in many ways via FList.
  255.     Example    : 255
  256.     --------------------------------------------------------------------------
  257.  
  258.     --------------------------------------------------------------------------
  259.     Variable   : @sysopfunctdesc
  260.     Description: The access level required to edit ANY file description.
  261.     Example    : 255
  262.     --------------------------------------------------------------------------
  263.  
  264.     --------------------------------------------------------------------------
  265.     Variable   : @sysopfunctpath
  266.     Description: The access level required for the full path of the marked
  267.                  to be printed at mark time.
  268.     Example    : 255
  269.     --------------------------------------------------------------------------
  270.  
  271.     --------------------------------------------------------------------------
  272.     Variable   : @sysopfunctexe
  273.     Description: The access level required to execute a command from FList.
  274.     Example    : 255
  275.     --------------------------------------------------------------------------
  276.  
  277.     --------------------------------------------------------------------------
  278.     Variable   : @sysopfunctice
  279.     Description: The access level required to use IceArc to unarchive a file
  280.                  to an external path or test it.
  281.     Example    : 255
  282.     --------------------------------------------------------------------------
  283.  
  284.     --------------------------------------------------------------------------
  285.     Variable   : @sysopfunctnuke
  286.     Description: The access level required to nuke file(s).
  287.     Example    : 255
  288.     --------------------------------------------------------------------------
  289.  
  290.     --------------------------------------------------------------------------
  291.     Variable   : @taversion
  292.     Description: The current version of TA that you are using.
  293.     Example    : v1.2g3
  294.     --------------------------------------------------------------------------
  295.  
  296.     --------------------------------------------------------------------------
  297.     Variable   : @defwait
  298.     Description: The default wait time, should be 1 or 2 seconds. The wait
  299.                  value is in SECONDS and is used when FList feels it necessary
  300.                  to pause runtime.
  301.     Example    : 1
  302.     --------------------------------------------------------------------------
  303.  
  304.     --------------------------------------------------------------------------
  305.     Variable   : @tempath
  306.     Description: The temporary path to use for FList's temp files.
  307.     Example    : T:
  308.     --------------------------------------------------------------------------
  309.  
  310.     --------------------------------------------------------------------------
  311.     Variable   : @fpmpath
  312.     Description: The path to where the "number of marks" for file(s) in the
  313.                  filebase will be stored when created by FList.
  314.     Example    : FILE:FPM/
  315.     --------------------------------------------------------------------------
  316.  
  317.     --------------------------------------------------------------------------
  318.     Variable   : @cfgpath
  319.     Description: The path to your BBS Configuration directory. (Normally BBS:
  320.                  Configs/).
  321.     Example    : BBS:Configs/
  322.     --------------------------------------------------------------------------
  323.  
  324.     --------------------------------------------------------------------------
  325.     Variable   : @txtpath
  326.     Description: The path to your BBS Text directory. (Normally BBS:Text/).
  327.     Example    : BBS:Text/
  328.     --------------------------------------------------------------------------
  329.  
  330.     --------------------------------------------------------------------------
  331.     Variable   : @binpath
  332.     Description: The path to your BBS Binary directory. (Normally BBS:Bin/).
  333.     Example    : BBS:Bin/
  334.     --------------------------------------------------------------------------
  335.  
  336.     --------------------------------------------------------------------------
  337.     Variable   : @usrpath
  338.     Description: The path to your BBS Users directory. (Normally BBS:Users/).
  339.     Example    : BBS:Users/
  340.     --------------------------------------------------------------------------
  341.  
  342.     --------------------------------------------------------------------------
  343.     Variable   : @filecol
  344.     Description: The colour you wish the FILENAMES to appear as.
  345.     Example    : 7
  346.     --------------------------------------------------------------------------
  347.     [0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White]
  348.     --------------------------------------------------------------------------
  349.  
  350.     --------------------------------------------------------------------------
  351.     Variable   : @sizecol
  352.     Description: The colour you wish the FILESIZES to appear as.
  353.     Example    : 3
  354.     --------------------------------------------------------------------------
  355.     [0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White]
  356.     --------------------------------------------------------------------------
  357.  
  358.     --------------------------------------------------------------------------
  359.     Variable   : @datecol
  360.     Description: The colour you wish the FILEDATES to appear as.
  361.     Example    : 4
  362.     --------------------------------------------------------------------------
  363.     [0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White]
  364.     --------------------------------------------------------------------------
  365.  
  366.     --------------------------------------------------------------------------
  367.     Variable   : @desccol
  368.     Description: The colour you wish the FILE DESCRIPTIONS to appear as.
  369.     Example    : 6
  370.     --------------------------------------------------------------------------
  371.     [0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White]
  372.     --------------------------------------------------------------------------
  373.  
  374.     --------------------------------------------------------------------------
  375.     Variable   : @mainbarcol
  376.     Description: The background colour you wish the MAIN BARS of FList to be.
  377.     Example    : 4
  378.     --------------------------------------------------------------------------
  379.     [0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White]
  380.     --------------------------------------------------------------------------
  381.  
  382.     --------------------------------------------------------------------------
  383.     Variable   : @maxclock
  384.     Description: Toggle ON/OFF: Enables/Disables the "word clock" (ala Maxs).
  385.     Example    : ON
  386.     --------------------------------------------------------------------------
  387.  
  388.     --------------------------------------------------------------------------
  389.     Variable   : @scrlmethod
  390.     Description: Selects either scroll method 0 or 1;
  391.                  Method 1 is faster but incurrs a pause before the page is
  392.                  displayed.
  393.                  Method 0 has no pause but does not scroll the page as fast.
  394.                  * Method 1 is reccomended.
  395.     Example    : 1
  396.     --------------------------------------------------------------------------
  397.     [0=Use internal Aberexx PRINT/SEND]
  398.     [1=Use TransAmiga specific SENDFILE]  (This tends to be faster)
  399.     --------------------------------------------------------------------------
  400.  
  401.     --------------------------------------------------------------------------
  402.     Variable   : @precommexe
  403.     Description: The text pre-appended to the "Execute Filename" text string.
  404.     Example    : Run <NIL: 
  405.     --------------------------------------------------------------------------
  406.  
  407.     --------------------------------------------------------------------------
  408.     Variable   : @multiplug
  409.     Description: Toggle ON/OFF: Enables/Disables the multi-colour FList text
  410.                  at the TOP LEFT of the screen.
  411.     Example    : ON
  412.     --------------------------------------------------------------------------
  413.  
  414.     --------------------------------------------------------------------------
  415.     Variable   : @userhelp
  416.     Description: Toggle ON/OFF: Enables/Disables the user help which is
  417.                  activated when the user sits idle for 30 seconds.
  418.     Example    : ON
  419.     --------------------------------------------------------------------------
  420.  
  421.     --------------------------------------------------------------------------
  422.     Variable   : @logging
  423.     Description: Toggle ON/OFF: Enables/Disables FList logging to transamiga's
  424.                  logfile.
  425.     Example    : ON
  426.     --------------------------------------------------------------------------
  427.  
  428.     --------------------------------------------------------------------------
  429.     Variable   : @timestats
  430.     Description: Toggle ON/OFF: Enables/Disables the time statistics displayed
  431.                  when FList boots up.
  432.     Example    : ON
  433.     --------------------------------------------------------------------------
  434.  
  435.     --------------------------------------------------------------------------
  436.     Variable   : @nukemail
  437.     Description: The path to the "Private messages" area on your BBS. For use
  438.                  with the Nuke File option.
  439.     Example    : Mail:BBS/Priv/
  440.     --------------------------------------------------------------------------
  441.  
  442.     --------------------------------------------------------------------------
  443.     Variable   : @helphim
  444.     Description: The number of unknown keys accepted by FList before the Main
  445.                  Help ANSI is displayed on screen.
  446.     Example    : 5
  447.     --------------------------------------------------------------------------
  448.  
  449.     --------------------------------------------------------------------------
  450.     Variable   : @areacomm
  451.     Description: Toggle ON/OFF: Enables/Disables the 3 line Area Number and
  452.                  Area Name text at the top of each area, as generated by FList
  453.                  The 3 lines look something along the lines of:
  454.  
  455.     ú+úþú+úþú+-<*>     #1, [HD] Uploads - Pending Validation     <*>-+úþú+úþú+ú
  456.  
  457.     Example    : ON
  458.     --------------------------------------------------------------------------
  459.  
  460.     --------------------------------------------------------------------------
  461.     Variable   : @enlargemark
  462.     Description: Toggle ON/OFF: Enables/Disables extra information displayed
  463.                  at File Mark time.
  464.     Example    : ON
  465.     --------------------------------------------------------------------------
  466.  
  467.     --------------------------------------------------------------------------
  468.     Variable   : @flistcache
  469.     Description: Toggle ON/OFF: Enables/Disables FList's caching abilites;
  470.                  When turned ON FList will cache EACH area loaded into memory.
  471.                  The advantage of this being whenever the area is re-entered in
  472.                  the same FList session the area is pulled from Memory instead
  473.                  of Disk. (Improving load speed on average by 45% !!!).
  474.     Example    : ON
  475.     --------------------------------------------------------------------------
  476.  
  477.     --------------------------------------------------------------------------
  478.     Variable   : @fpmcount
  479.     Description: Toggle ON/OFF: Enables disables FList's internal system of
  480.                  incrementing a counter whenever a file is marked.
  481.                  N.B. This can use up quite a large amount of Disk Space
  482.                  depending on your filebase size. Reccomend using AFS if you
  483.                  want this to be active.
  484.     Example    : OFF
  485.     --------------------------------------------------------------------------
  486.  
  487.     --------------------------------------------------------------------------
  488.     Variable   : @assignoutput
  489.     Description: Inline with the language settings this string (CaSe sensitive)
  490.                  contains the text outputted by assign. To find out what YOUR
  491.                  system outputs go into a shell and type: ASSIGN
  492.                  Just under the "Volumes:" header printed you will see all
  493.                  your system logical devices, just after their names you will
  494.                  see something like "[Mounted]" (if you have an English system)
  495.                  whatever your ASSIGN command outputs you MUST enter it here
  496.                  or CDRom's and External Devices will not be available!
  497.     Example    : [Mounted]
  498.     --------------------------------------------------------------------------
  499.  
  500.     --------------------------------------------------------------------------
  501.     Variable   : @monthnames
  502.     Description: Following this variable there MUST be 12 lines indicating the
  503.                  way your system displays 3 letter abbreviated month names.
  504.                  The standard (default?) English way would read:
  505.                  JAN
  506.                  FEB
  507.                  MAR
  508.                  APR
  509.                  MAY
  510.                  JUN
  511.                  JUL
  512.                  AUG
  513.                  SEP
  514.                  OCT
  515.                  NOV
  516.                  DEC
  517.     Example    : See above =).
  518.     --------------------------------------------------------------------------
  519.  
  520.     Please Note The "Variable Headers" May Be Used As Many Times As You Wish
  521.     As Is Demonstrated In This Example FList.Cfg File
  522.  
  523.